翻訳と辞書
Words near each other
・ SQ4
・ SQ8
・ SQA
・ SQA examinations controversy
・ SQALE
・ Sqay
・ SQEP
・ Sqepur
・ SQHC
・ Sqirlz Morph
・ SQL
・ SQL 2008
・ SQL Access Group
・ SQL Anywhere
・ SQL Azure
SQL CLR
・ SQL compliance
・ SQL Database Studio
・ SQL Developer
・ SQL injection
・ Sql insertion
・ SQL PL
・ SQL problems requiring cursors
・ SQL programming tool
・ SQL Server
・ SQL Server Agent
・ SQL Server Compact
・ SQL Server Express
・ SQL Server Integration Services
・ SQL Server Management Objects


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

SQL CLR : ウィキペディア英語版
SQL CLR
SQL CLR or SQLCLR (SQL Common Language Runtime) is technology for hosting of the Microsoft .NET common language runtime engine within SQL Server. The SQLCLR allows managed code to be hosted by, and run in, the Microsoft SQL Server environment.
This technology, introduced in Microsoft SQL Server 2005, allow users for example to create the following types of managed code objects in SQL Server in .NET languages such as C# or VB.NET.
*Stored procedures (SPs) which are analogous to ''procedures'' or ''void functions'' in procedural languages like VB or C,
*triggers which are stored procedures that fire in response to Data Manipulation Language (DML) or Data Definition Language (DDL) events,
*User-defined functions (UDFs) which are analogous to functions in procedural languages,
*User-defined aggregates (UDAs) which allow developers to create custom aggregates that act on sets of data instead of one row at a time,
*User-defined types (UDTs) that allow users to create simple or complex data types which can be serialized and deserialized within the database.
The SQL CLR relies on the creation, deployment, and registration of CLI assemblies, which are physically stored in managed code dynamic load libraries (DLLs). These assemblies may contain CLI namespaces, classes, functions and properties.
==External links==

* (MSDN: Using CLR Integration in SQL Server 2005 )
* (MSDN Forum on .NET Framework in SQL Server )
* (SqlClr.net Independent site )
* (SQL CLR Team Blog (No posts since 2006, might be dead) )


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「SQL CLR」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.